html, body {
    background-color: #000002;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.row {
    justify-content: center;
}

.header {
    justify-content: center;
    display: grid;
}

#heading-top {
    text-align: center !important;
    margin-top: 268px;
    font-family: 'Raleway', sans-serif;
    color: #9B825E;
    font-size: 20px;
    text-align: start;
    font-weight: bolder;
}

#heading-rightside {
    font-family: 'Raleway', sans-serif;
    color: #9B825E;
    font-size: 20px;
    text-align: start;
    font-weight: bolder;
    margin-bottom: 0px;
}

#curve-decoration,
#half-curve-decoration {
    height: 35px;
    width: auto;
}

#curve-div {
    justify-content: center;
    display: flex;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
}

.divider {
    text-align: center;
    margin: 10px auto auto auto;
    background-image: url(../Media/whole_screen_curve_dark.png);
    background-size: cover;
    height: 50px;
    width: 100%;
    background-position: center;
}

.divider-light {
    text-align: center;
    padding: 0;
    background-image: url(../Media/whole_screen_curveV3.png);
    background-color: #fefefe;
    background-size: cover;
    height: 50px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-position-y: 5px;
}

#description-rightside {
    font-stretch: expanded;
    font-family: 'Raleway', sans-serif;
    color: white;
    text-align: start;
}

#heading-leftside {
    font-family: 'Raleway', sans-serif;
    color: #9B825E;
    font-size: 20px;
    text-align: end;
    font-weight: bolder;
    margin-bottom: 0px;
}

#description-leftside {
    font-stretch: expanded;
    font-family: 'Raleway', sans-serif;
    color: #9B825E;
    text-align: end;
    font-weight: bolder;
}

#description-rightside,
#description-leftside {
    margin-top: 50px;
}

#video-leftside {
    padding-right: 110px;
}

#video-rightside {
    padding-left: 110px;
}

#first-section {
    padding-top: 80px;
    padding-bottom: 50px;
}

#section:nth-child(n+1) {
    background-color: #fefefe;
}

#section {
    position: relative;
    padding-top: 80px;
    padding-bottom: 50px;
}

#btn-back-to-top {
    display: none; 
    position: fixed; 
    bottom: 20px; 
    right: 50px; 
    z-index: 99; 
    border: 3px solid #9B825E; 
    border-color: #9B825E;
    outline: none; 
    background-color: #000002; 
    color: #9B825E; 
    cursor: pointer;
    padding: 10px; 
    font-size: 18px;
    border-radius: 50%;
    height: 52px;
    width: 52px;
}

.btn:hover {
    background-color: #9B825E;
    border-color: #9B825E;
}

#btn-back-to-top:hover {
    background-color: #9B825E;
    border-color: #9B825E;
    color: white;
    outline: none;
}

#btn-back-to-top:after {
    outline: none;
    background-color: #9B825E;
    border-color: #9B825E;
    color: white;
}

#image-separator-footer {
    width: 200px;
    height: auto;
    position: relative;
    margin-bottom: 70px;
    margin-top: 150px;
}

.paragraph-wrapper {
    height:185px;
    overflow-y: scroll;
}

::-webkit-scrollbar {
    width: 2px;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-corner {
    background: transparent; 
}

::-webkit-scrollbar-thumb {
    background: #888; 
}

::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
@media screen and (min-width: 2159px) {

    body #heading-rightside,
    body #heading-leftside,
    body #heading-top {
        font-size: 24px;
    }

    body #description-leftside,
    body #description-rightside {
        font-size: 20px;
    }

    body #heading-top-decoration,
    body #curve-decoration,
    body #half-curve-decoration {
        height: 43px;
        width: auto;
    }

    body #heading-top {
        margin-top: 323px;
    }

    body #section,
    body #first-section {
        padding-top: 140px;
        padding-bottom: 75px;
    }

}

@media screen and (max-width: 1200px) {
    
    body #first-section {
        padding-top: 240px;
        padding-bottom: 50px;
    }

    body #video-leftside {
        padding-right: 0px;
    }

    body #video-rightside {
        padding-left: 0px;
    }

    body #heading-rightside,
    body #heading-leftside,
    body #small-header-rightside,
    body #small-header-leftside {
        margin-top: 0px;
        text-align: center;
    }

    body #heading-top,
    .header {
        display: none;
    }

    body #description-rightside,
    body #description-leftside {
       text-align: center;
    }

    body #description-rightside,
    body #description-leftside {
        text-align: center;
        margin-bottom: 50px;
        margin-top: 50px;
    }

    .paragraph-wrapper {
        height:150px;
        overflow: scroll;
    }

}

@media screen and (max-width: 991px) {
    

    body #first-section {
        padding-top: 110px;
        padding-bottom: 50px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    body #video-leftside,
    body #video-rightside {
        padding-right: 0px;
    }


    body #heading-rightside,
    body #heading-leftside {
        margin-top: 0px;
        text-align: center;
    }

    body #section {
        padding-top: 100px;
        padding-bottom: 50px;
    }

    body #heading-top-decoration {
        width: auto;
        height: 43px;
    }

}

@media screen and (max-width: 579px) {

    body #first-section,
    body #section {
        padding-top: 70px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .divider,
    .divider-light {
        height: 30px;
    }
}